home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / program / vbterm.zip / TTY.FRM (.txt) < prev    next >
Visual Basic Form  |  1991-08-20  |  5KB  |  154 lines

  1. Terminal
  2. Courier
  3. wwwwx
  4. wwwwx
  5. wwwwwwwww
  6. wwwwwwwwwp
  7. wwwwwwwwwp
  8. wwwwwwwwwp
  9. wwwwwwwwwp
  10. Form1
  11. &File
  12. mcexit
  13. &Exit
  14. settings
  15.     &Settings
  16. *    comparams
  17. &Com Params
  18. +    transfers
  19. &Transfers
  20. capture
  21. &Capture to file ...
  22. Command1_Click
  23. nCid    
  24. OpenComm
  25. Command2_Click
  26.     CloseComm:
  27. Command3_Click
  28.     configure
  29. config
  30. mousepointer
  31. Form_Click 
  32. Form_UnloadF
  33. Cancel|
  34. OpenCom
  35. CloseCom
  36. @    Form_Load
  37. @    ConfigComn
  38. comparams_Click
  39. mcexit_Click
  40. form_KeyPress
  41. KeyAscii
  42.     WriteComm
  43. Timer1_Timer@
  44. ReadComm=
  45.     term_putc
  46.     term_init
  47. timer1N
  48. enabled
  49. intervalr
  50. COMSTAT
  51. status
  52. GetCommError
  53. term_putX
  54. subroutine?
  55. curxi
  56. currentx|
  57. currenty0
  58. continue
  59. height
  60. fontsize
  61. settings_Click
  62. scaleheight
  63. cursorK
  64. width"
  65. cursor_Click
  66. cursor_KeyPress
  67. disp_cursor
  68. hide_cursor6
  69. Form_Paint
  70. Term_Redraw
  71. slowdown
  72.     timerlock
  73. TermTextColor
  74. vt100-
  75. ReceiveLoopp
  76. ConfigComm
  77. Inited
  78. RedrawScreen
  79.     scalemode
  80. scalewidthT
  81. screen
  82. file_ClickA
  83. SerialWrite
  84. Term$
  85. SerialOpen
  86. TPort)
  87. SerialConfigb
  88. TBaud
  89. TWord
  90. TParityP
  91. SerialClose
  92. TConfigChanged
  93. SerialRead
  94. rx_Click    
  95. FlagCapture#
  96. capture_Click
  97. capopen
  98. captureopen1
  99. opencapture
  100. transfers_Click
  101. capture
  102. caption
  103. Form_KeyDownH
  104. KeyCode
  105. Shift
  106. alternatively
  107. KEY_^
  108. KEY_LEFT
  109. KEY_END
  110. KEY_HOME
  111. KEY_UPw
  112.     KEY_RIGHT
  113. KEY_DOWN
  114. KEY_INSERT
  115. KEY_DELETE
  116. oldColor
  117. SetBkColor
  118. GetBkColor
  119. GetTextColor
  120. ComPollLoopDo
  121. ComPollLoop
  122. TextOut
  123. Form_Unload
  124. CloseCom
  125. Close Error"
  126. Closed
  127. Form_Load
  128. Unable to open port"
  129. VBTERM
  130. Unable to configure port
  131. VBTERM
  132. ConfigCom
  133.  Force Screen Update
  134. comparams_Click
  135. mcexit_Click
  136. form_KeyPress
  137. ReceiveLoop
  138. Form_Paint
  139. capture_Click
  140. Capture to file ..."
  141. Form_KeyDown
  142.    Form_KeyDowny
  143.    intercepts keys which do not generate an ANSI code, such as the
  144.    function and cursor movement keys, and translates them into VT100
  145.    style kepresses which are transmitted to the Form_Keypress()e
  146.    event, which deals with transmitting keystrokes.  It couldc
  147.    alternatively transmit keystrokes directly.
  148.  Case KEY_END=
  149.  buf$ = ""
  150.  Case KEY_INSERT
  151.  buf$ = ""
  152.  Case KEY_DELETE
  153.  buf$ = ""
  154.